# Soft horizontal blur (Triangle 1.8px)
# range -128..128
# sum of line must not exceed the range!
# horizontal coefficients
   0,   64,   64,    0
   0,   54,   74,    0
   0,   44,   84,    0
   0,   34,   94,    0
   0,   24,  104,    0
   0,   14,  114,    0
   0,    4,  124,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  128,    0
   0,    0,  124,    4
   0,    0,  114,   14
   0,    0,  104,   24
   0,    0,   94,   34
   0,    0,   84,   44
   0,    0,   74,   54